func crypto/sha256.appendUint64

2 uses

	crypto/sha256 (current package)
		sha256.go#L82: 	b = appendUint64(b, d.len)
		sha256.go#L108: func appendUint64(b []byte, x uint64) []byte {